home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / developer-tools / andere sprachen / ucb_logo / logolib / until < prev    next >
Encoding:
Text File  |  1996-07-16  |  125 b   |  8 lines

  1. to until :until.cond :until.instr
  2. if run :until.cond [stop]
  3. run :until.instr
  4. until :until.cond :until.instr
  5. end
  6.  
  7. bury "until
  8.